home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
comm
/
tcp
/
Amster.lha
/
Amster_Install
/
Rexx
/
PlayAmigaAmp.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
2000-02-08
|
265b
|
19 lines
/*
** Play
*/
playerpath = 'Apps:Sound/Players/AmigaAmp/AmigaAmp'
parse arg filename
options results
if ~show('P','AMIGAAMP') then address command 'run <>nil: 'playerpath
do while ~show('P','AMIGAAMP')
call delay(50)
end
address 'AMIGAAMP'
'OPEN 'filename